home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(the clickOn, 1)
- buttonDown(the clickOn, the number of cast "HelpNorm", the number of cast "HelpHiLite")
- end
-
- on mouseUp
- global ReturnPage
- set test to buttonUp(the clickOn)
- puppetSprite(the clickOn, 0)
- if test then
- cursor(4)
- unLoadCast(ReturnPage & "S1")
- unLoadCast(ReturnPage & "S2")
- removeSubUI()
- go("SubHelp")
- end if
- end
-